GET /admin/realms/{realm}/client-session-statsReturns a JSON map. The key is the client name, the value is the number of sessions that currently are active
with that client. Only client's that actually have a session associated with them will be in this map.
- HTTP Example:
GET /admin/realms/{realm}/client-session-stats | - API Example:
RealmAdminResource.getClientSessionStats({'realm': }); |
- Output:
- Map<String,Integer> -
- Produces:
- application/json
|